dsh-token-price:为 DeepSeek Harness Web 聊天界面显示 Token 花费与账户余额

`dsh-token-price` 是一款针对 DeepSeek Harness (DSH) Web 聊天界面的插件,旨在解决请求产生 Token 用量但花费与余额不可见的问题。该插件由 `spoon-man569` 维护,遵循 MIT 协议,核心功能包括在 UI 中实时显示每轮回复的 Token 花费、会话总花费以及基于 `USD/CNY` 汇率估算的人民币金额。同时,它调用官方接口显示账户余额,并对未知模型路由标记为“未定价”以避免误解。安装需通过 pnpm 执行 `dsh plugin` 命令,配置项涵盖余额接口地址、API 密钥环境变量及刷新间隔等。插件支持宿主服务与浏览器展示的双重激

Read More
dsh-balance: View DeepSeek Account Balance in DeepSeek Harness

dsh-balance is an MIT-licensed plugin for DeepSeek Harness (DSH) designed to help users view their DeepSeek account balance directly within a session or Web GUI, eliminating the need to switch to the platform. The plugin provides a `/balance` slash command to display a complete balance breakdown, and in the web interface's composer-dock area, it shows the balance in real time, supports manual refresh, offers a top-up link, and provides session cost estimates (based on configured prices, not billing records). It fetches data through the host route, ensuring API keys are not exposed to the browser, and only calls the official balance query endpoint, guaranteeing security. During installation, run `dsh plugin --profile web add github:deepforce/d`

Read More
Add Usage Heatmap and Account Balance to DeepSeek Harness Web Interface with dsh-usage-stats

The `dsh-usage-stats` maintained by Ychris12138 has added Token usage heatmap, model-by-model details and multi-vendor account balance functions for dsh web. This article verifies the installation commands, credential configuration, local loopback interface and security boundary in accordance with the directory page and GitHub README. The current version is 0.2.0, licensed under MIT, and a web profile is required.

Read More